Interface ProfilerInterface

Summary

Fully Qualified Name: Zend\Db\Adapter\Profiler\ProfilerInterface

Description

Methods

Name Description Defined By
profilerFinish() ProfilerInterface
profilerStart() ProfilerInterface

Method Details

profilerFinish()

Returns: void

profilerStart()

Parameter Name Type Description
$target string|\Zend\Db\Adapter\StatementContainerInterface

Returns: mixed

Top